--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit ce568c29656d818e14a6ef79733e3546f4dcc014
Parents : b683809
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-07T19:12:34-06:00
chore: add fuzz testing script to package.json
Changes
Diff
diff --git a/package.json b/package.json
index 011d65d9..9379e5cc 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"test": "vitest run",
+ "test:fuzz": "vitest run -t fuzzing",
"test:watch": "vitest",
"electron-postinstall": "electron-builder install-app-deps",
"electron": "pnpm run electron-postinstall && pnpm run build && electron .",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────